Method ExtractAggregations<TProps, TResult>(Expression<Func<RedbObject<TProps>, TResult>>)

Assembly: redb.Core.dll

Extracts information about requested aggregations

public List<AggregationInfo> ExtractAggregations<TProps, TResult>(Expression<Func<RedbObject<TProps>, TResult>> selector) where TProps : class, new()